Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: fix params of Bun.serve to use yoga issue #3003 #3155

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

talesmgodois
Copy link
Contributor

@talesmgodois talesmgodois commented Dec 28, 2023

Update documentation to match correct way to use this with Bun.js

Issue: #3003

Copy link

changeset-bot bot commented Dec 28, 2023

⚠️ No Changeset found

Latest commit: ed63fac

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@talesmgodois talesmgodois marked this pull request as ready for review December 28, 2023 19:33
@talesmgodois talesmgodois changed the title Documentation: fix params of Bun.serve to use yoga Documentation: fix params of Bun.serve to use yoga issue #3003 Dec 28, 2023
@EmrysMyrddin EmrysMyrddin merged commit 266488a into dotansimha:main Jan 19, 2024
5 checks passed
Copy link
Contributor

✅ Benchmark Results

     ✓ no_errors{mode:graphql}
     ✓ expected_result{mode:graphql}
     ✓ no_errors{mode:graphql-jit}
     ✓ expected_result{mode:graphql-jit}
     ✓ no_errors{mode:graphql-response-cache}
     ✓ expected_result{mode:graphql-response-cache}
     ✓ no_errors{mode:graphql-no-parse-validate-cache}
     ✓ expected_result{mode:graphql-no-parse-validate-cache}

     checks.......................................: 100.00% ✓ 392452      ✗ 0     
     data_received................................: 1.6 GB  13 MB/s
     data_sent....................................: 79 MB   660 kB/s
     http_req_blocked.............................: avg=1.45µs   min=932ns    med=1.31µs   max=258.41µs p(90)=1.91µs   p(95)=2.11µs  
     http_req_connecting..........................: avg=2ns      min=0s       med=0s       max=152.35µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=389.37µs min=215.58µs med=345.33µs max=18.17ms  p(90)=543.29µs p(95)=574.85µs
       { expected_response:true }.................: avg=389.37µs min=215.58µs med=345.33µs max=18.17ms  p(90)=543.29µs p(95)=574.85µs
     ✓ { mode:graphql-jit }.......................: avg=288.91µs min=215.58µs med=267.12µs max=18.17ms  p(90)=297.92µs p(95)=311.56µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=577.08µs min=472.38µs med=541.7µs  max=10.99ms  p(90)=617.49µs p(95)=678.32µs
     ✓ { mode:graphql-response-cache }............: avg=367.54µs min=286.81µs med=347.69µs max=17.03ms  p(90)=379.81µs p(95)=391.78µs
     ✓ { mode:graphql }...........................: avg=389.06µs min=292.3µs  med=355.85µs max=16.83ms  p(90)=404.7µs  p(95)=439.88µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 196226
     http_req_receiving...........................: avg=32.83µs  min=16.4µs   med=32.85µs  max=2.75ms   p(90)=38.39µs  p(95)=40.61µs 
     http_req_sending.............................: avg=8.33µs   min=5.79µs   med=7.34µs   max=390.81µs p(90)=10.93µs  p(95)=12.15µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=348.2µs  min=181.9µs  med=304.65µs max=18.05ms  p(90)=501.61µs p(95)=532.02µs
     http_reqs....................................: 196226  1635.185638/s
     iteration_duration...........................: avg=606.7µs  min=385.09µs med=563.42µs max=18.74ms  p(90)=756.66µs p(95)=798.59µs
     iterations...................................: 196226  1635.185638/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants